home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / UTIL / SYS / KILLTASK / <tarZ$use> / files / !KillTask / !Help < prev    next >
Text File  |  1991-08-01  |  2KB  |  41 lines

  1. --------
  2. KillTask
  3. --------
  4.  
  5.  This is a module designed to help people who program in the wimp environment
  6. - it was programmed out of sheer frustration: I run a multiline BBS system
  7. (ARCbbs, plug plug) which multitasks on the desktop. I also use the machine
  8. for programming my terminal software (ARCterm 7, plug plug).
  9.  The problem is: usually when a C program crashes, it brings up an error
  10. box, eg address exception - which is fine. You click on OK and carry on.
  11. Unfortunately, if you forget a '++' somewhere in a loop you can find your
  12. wimp task running around inside itself without calling window poll at all,
  13. hence you can't shutdown the task, you have to reset the machine (not very
  14. beneficial to BBS users currently online!). So, with KillTask loaded, you
  15. just press Ctrl-Alt-Del for one second when the task has hung and hey
  16. presto! An error box. Really it should closedown, but when I called
  17. closedown it gave me an error box (sometimes) which is almost as good :-).
  18. Click on OK and you're free again. Wonderful, innit?
  19.  
  20. PUBLIC DOMAIN
  21. (c) 1990 Hugo Fiennes
  22. May not be sold without prior permission from me (inc PD libraries).
  23.  
  24. Contact points:
  25.  
  26. SnailMail: Burcott Manor, Wells, Somerset, BA5 1NH
  27. Email    : Cix     : altman@cix
  28.            Prestel : 045847608
  29.            FidoNet : Hugo Fiennes @ 2:252/102
  30.            Archive BBS user #8
  31.            Arcade BBS user #8
  32.            Noah BBS user #27
  33. Phone    : Home      - (0749)  72234
  34.            Vodafone  - (0831) 444192
  35.            BBS (1)   - (0749) 679794 (300-2400, 24hrs)            (User #1)
  36.            BBS (2/3) - (0749) 670030 (1200-14400, HST/V32, 24hrs) (User #1)
  37.            Archive BBS user #8
  38.            Arcade BBS user #8
  39.            Noah BBS user #27
  40.  
  41.